home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / HyperTree / background_2574.txt next >
Text File  |  1990-04-02  |  3KB  |  154 lines

  1. -- background: 2574 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=4 top=23 right=51 bottom=115
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 2
  16. -- text size: 14
  17. -- style flags: 2048
  18. -- line height: 18
  19. -- part name: HyperTree
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   answer "Written by Jeffry A. Spain, CCDS '71"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A004
  30. -- rect: left=161 top=23 right=45 bottom=261
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: New Tree
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   newTree
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: A004
  49. -- rect: left=266 top=23 right=45 bottom=366
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Insert Node
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   putInNode
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: A004
  68. -- rect: left=371 top=23 right=45 bottom=471
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Find Node
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   findNode
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: A004
  87. -- rect: left=266 top=50 right=72 bottom=366
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Delete Node
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   takeAwayNode
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: A004
  106. -- rect: left=371 top=50 right=72 bottom=471
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Traverse Tree
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   walkTree
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 7 (field)
  123. -- low flags: 01
  124. -- high flags: 0007
  125. -- rect: left=371 top=77 right=164 bottom=471
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 0
  129. -- font id: 3
  130. -- text size: 9
  131. -- style flags: 0
  132. -- line height: 12
  133. -- part name: treeList
  134.  
  135.  
  136. -- part 8 (button)
  137. -- low flags: 00
  138. -- high flags: A002
  139. -- rect: left=16 top=319 right=340 bottom=76
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: Return
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   global returncard
  151.   go to returncard
  152. end mouseUp
  153.  
  154.